home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / tread2_5.lha / dlgul061.lha / Bonus / Tick2.cfg < prev    next >
Text File  |  1992-11-21  |  2KB  |  65 lines

  1. ; Sample TICK.CFG file, for Foozle Tick v0.81b
  2.  
  3. HERE 2:2407/106.0      ; Your system
  4. POINTNET 7253
  5.  
  6. IOSize 100000
  7.  
  8. IN Mail:Inbound     ; inbound directory, default is mail:inbound
  9. OUT Mail:Outbound   ; outbound directory, default is mail:outbound
  10. BAD File:badfiles   ; badfiles directory, default is mail:badfiles
  11.  
  12. ;4DIM
  13. TDFLOW    ; use TrapDoor's 4d flow-files
  14. UTC -120  ; UTC_offset
  15. CHECK_CRC
  16.  
  17. LOG Logs:Tick.log
  18. LOG_CRC   ; log CRCs
  19.  
  20. ; Call ARexx-Script with: AreaName Filepath Origin LocalPath Description
  21. ; this one is the "global" Execute-line and will be used for ALL Areas
  22. ; please consult your FTick.Doc for more information about this...
  23.  
  24. EXECUTE "c:rx REXX:FTick.rexx %a %f %s %p %d"
  25.  
  26. ; here you should place a list if your Tick-Passwords for the different nodes
  27.  
  28. PW 2:243/14   password
  29.  
  30. ; now comes the AreaList, see FTick.Doc for more information
  31. ; IMPORTANT: if one of your File-Areas uses alternate storage-paths, you MUST
  32. ; specify them HERE at the PATH-line !!! FTick does NOT keep any copy of the
  33. ; files in outbound or whatever, but uses the original File in the PATH, so you
  34. ; shouldn't move files from a File-Echo somewhere else before you are not sure
  35. ; that all your links have got it !!!
  36.  
  37. AREA DLG_PR
  38.      PATH F:51        ; this one is one with alternate-path
  39.      TO 2:243/14 H
  40.      TO 2:246/21 H
  41.      TO 2:335/602 H
  42.      TO 2:244/7305 HX
  43.      NOPROC
  44.  
  45. AREA ADSUTILS
  46.      PATH File:63     ; tis is a normal one...
  47.      TO 2:2407/111 HX
  48.      TO 2:243/14 *
  49.      TO 2:244/7305 HX
  50.      NOPROC
  51.  
  52. ; many areas deleted :-)
  53.  
  54. AREA IBASE            ; this one is our special-area, no matter what PATH you
  55.      PATH File:       ; specify here, will be handled by the ARexx-script
  56.      TO 2:2407/106.1 * ; insert all your points here who are allowed to send
  57.      TO 2:2407/106.2 * ; files via Tick
  58.      TO 2:2407/106.3 *
  59.      TO 2:2407/106.4 *
  60.      TO 2:2407/106.5 *
  61.      TO 2:2407/106.6 *
  62.      TO 2:2407/106.7 *
  63.      TO 2:2407/106.8 *
  64.      NOPROC
  65.